Fix an off-by-one error in serial range handling
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Sep 2010 01:10:15 +0000 (21:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 22 Sep 2010 01:10:15 +0000 (21:10 -0400)
commit59bc9e8860394b92c5abf7c1570738e98b3271ce
tree123781aaa01911bfb1772d6cac1a442f848c4cdc
parent0f88b6808c6fb41e49ff4600e56bc8b2ceb4f49a
Fix an off-by-one error in serial range handling

trap->end_sequence is the first serial for which we don't
ignore errors anymore, so we know the trap is dead if
end_sequence <= processed_serial.

Bug 629608
gdk/x11/gdkdisplay-x11.c